type go/types.exprKind

6 uses

	go/types (current package)
		call.go#L173: func (check *Checker) callExpr(x *operand, call *ast.CallExpr) exprKind {
		expr.go#L909: type exprKind int
		expr.go#L912: 	conversion exprKind = iota
		expr.go#L942: func (check *Checker) rawExpr(T *target, x *operand, e ast.Expr, hint Type, allowGeneric bool) exprKind {
		expr.go#L995: func (check *Checker) exprInternal(T *target, x *operand, e ast.Expr, hint Type) exprKind {
		universe.go#L215: 	kind     exprKind